home *** CD-ROM | disk | FTP | other *** search
/ A Virtual Reality Guide to Texas / CD.iso / texdata / trnsprtr.dir / 00477_accept card removal.ls < prev    next >
Encoding:
Text File  |  1998-06-17  |  207 b   |  12 lines

  1. on mouseDown
  2.   global goHome
  3.   ButtonDown(1, EMPTY)
  4.   if rollOver(the clickOn) then
  5.     repeat with i = 1 to 48
  6.       puppetSprite(i, 0)
  7.     end repeat
  8.     set goHome to 0
  9.     go(the frame + 1)
  10.   end if
  11. end
  12.